home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
2DLab
/
tspheaders.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-01
|
191 b
|
8 lines
#define x(i) Data[((i)*2)]
#define y(i) Data[((i)*2+1)]
#define square(x) ((x)*(x))
#define ArcIndex(i,n) ((i)*n - (i)*((i)+1)/2)
#define STATUS(s) [self->statusText setStringValue: s ]